home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Plugins / Syn2 / Syn2.chm / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-12  |  683 b   |  48 lines

  1. td, body {
  2.   font-family: tahoma;
  3.   font-size: 12px;
  4. }
  5. body{
  6.     background: #FFFFFF url(bg.jpg) top repeat-x;
  7. }
  8. li{
  9.   list-style: square;
  10. }
  11. h1 {
  12.   font-family: "arial";
  13.   font-size: 20px;
  14.   letter-spacing: -2px;
  15. }
  16. h2{
  17.   font-family: "Arial";
  18.   font-size: 16px;
  19.   letter-spacing: -1px;
  20. }
  21. .code{
  22.   font-family: "Courier New", Courier, monospace;
  23.   font-size: 14px;
  24.   background: #EEEEEE;
  25.   margin-top: 2px;
  26.   margin-right: 20px;
  27. }
  28.  
  29. hr {
  30.   margin: 3px;
  31.   padding: 0px;
  32.   color: #AAAAAA;
  33. }
  34. a{
  35.   color: #6666AA;
  36. }
  37.  
  38. .sub{
  39.   font: 9px Verdana; 
  40.   color: #666666;
  41. }
  42. .sub:hover{
  43.   font: 9px "verdana";
  44.   color: #666666;
  45.     text-decoration: none;
  46. }
  47.  
  48.